home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tcclib.exe / PUTFREE.C < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-18  |  161 b   |  9 lines

  1. void AtSayF( int x, int y, char *ftm, ... );
  2.  
  3. #include <alloc.h>
  4.  
  5. void PutFree( int x, int y, char *format )
  6. {
  7.     AtSayF( x, y, format, coreleft(), 0 );
  8. }
  9.